From: Chong Yidong Date: Sat, 3 Oct 2009 20:41:06 +0000 (+0000) Subject: Fix last change. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~10089 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=9fe621208f464c3a8753d3c75966cd28d21b7913;p=emacs.git Fix last change. --- diff --git a/lisp/cedet/ede.el b/lisp/cedet/ede.el index e68169117fa..e3f632ac761 100644 --- a/lisp/cedet/ede.el +++ b/lisp/cedet/ede.el @@ -436,7 +436,7 @@ Do not set this to non-nil globally. It is used internally.") ;;; The EDE persistent cache. ;; (defcustom ede-project-placeholder-cache-file - (expand-file-name "ede-projects" user-emacs-directory) + (expand-file-name "ede-projects.el" user-emacs-directory) "File containing the list of projects EDE has viewed." :group 'ede :type 'file)